|
EPD Extension Kit for MSP430 LaunchPad
|
The definition of Pervasive Displays Inc.'s EPDs. More...
#include <stdint.h>#include <string.h>#include <stdlib.h>#include <msp430g2553.h>#include "conf_EPD.h"#include "EPD_hardware_gpio.h"#include "EPD_hardware_driver.h"#include "EPD_COG_process.h"#include "EPD_controller.h"Go to the source code of this file.
Macros | |
| #define | FALSE 0 |
| #define | TRUE (1) |
| #define | NULL (void *)0 |
| #define | _NOP() asm("nop") |
| #define | bool uint8_t |
| #define | LINE_SIZE 64 |
Typedefs | |
| typedef void(* | EPD_read_flash_handler )(long flash_address, uint8_t *target_buffer, uint8_t byte_length) |
| Developer needs to create an external function if wants to read flash. | |
Enumerations | |
| enum | EPD_SIZE { EPD_144, EPD_200, EPD_270 } |
| Support 1.44", 2" and 2.7" three type EPD. | |
Functions | |
| void | delay_ms (unsigned int ms) |
| Delay mini-seconds. More... | |
The definition of Pervasive Displays Inc.'s EPDs.
Copyright (c) 2012-2013 Pervasive Displays Inc. All rights reserved.
Authors: Pervasive Displays Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| #define FALSE 0 |
define FALSE=0
| #define LINE_SIZE 64 |
maximum data line size
| #define NULL (void *)0 |
define NULL
| #define TRUE (1) |
define TRUE=1
| void delay_ms | ( | unsigned int | ms | ) |
Delay mini-seconds.
| ms | The number of mini-seconds |
1.8.3.1